projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef6661f
)
(Fdelete_frame): Undo previous change.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 24 Jul 1997 16:57:19 +0000
(16:57 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 24 Jul 1997 16:57:19 +0000
(16:57 +0000)
src/frame.c
patch
|
blob
|
history
diff --git
a/src/frame.c
b/src/frame.c
index 46cd1fc69dc0d830202968d3842af62ebb4cf2d6..bb0cfd48f89fed215c566eb04222e39574853b2e 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-1071,8
+1071,12
@@
but if the second optional argument FORCE is non-nil, you may do so.")
if (NILP (force) && !other_visible_frames (f))
error ("Attempt to delete the sole visible or iconified frame");
+#if 0
+ /* This is a nice idea, but x_connection_closed needs to be able
+ to delete the last frame, if it is gone. */
if (NILP (XCONS (Vframe_list)->cdr))
error ("Attempt to delete the only frame");
+#endif
/* Does this frame have a minibuffer, and is it the surrogate
minibuffer for any other frame? */